home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / VBZ01.ZIP / AMETA.BAS < prev    next >
BASIC Source File  |  1993-02-26  |  222b  |  7 lines

  1. 'Declarations for AMETA.DLL
  2. DefInt A-Z
  3.  
  4. Declare Sub Meta2Aldus Lib "ameta.dll" (ByVal hMeta, Place As Rect, ByVal nUnit, ByVal FName$)
  5. Declare Function LoadWMF Lib "ameta.dll" (ByVal WMFFile$, Place As Rect, nUnit)
  6.  
  7.